XuiList
Kid 0 - XuiList
"TextEvent" callback from any KeyDown
"Selection" callback from double click on an item
v0 : selected item
"Selection" callback from Enter KeyDown
v0 : selected item
XuiList grids display a list of items and let a user select any item by selecting the item
name.
When an item name like Zero, One, Two, ... Five, Six, Seven is selected by a user action,
an XuiList grid generates a callback message with the selected item in v0 .
Items are numbered from 0 at the top. If the Zero item is selected, for example, the
Selection callback message will contain v0 = 0 .
The item names are the TextArray property.
An item in an XuiList grid is selected by double clicking an item, and by KeyDown of the
Enter key when an item is highlighted.
The highlighted item can be changed with UpArrow and DownArrow.